func internal/strconv.mulLog2_10

2 uses

	internal/strconv (current package)
		math.go#L37: 	return pow10Tab[e-pow10Min], 1 + mulLog2_10(e), true
		math.go#L55: func mulLog2_10(x int) int {